Consider implementing a batching display mechanism to display the information in the table. For example, if the array contains hundreds of entries, you might choose to only display the first 10 and provide a button that allows the user to see the next 10 entries. If the repetition is populated by a WODisplayGroup, you can use WODisplayGroup's setNumberOfObjectsPerBatch: method to set up this batching, and it then controls the display for you. For more information, see the WODisplayGroup class specification in the online book WebObjects Framework Reference.
Table of Contents
Next Section